home *** CD-ROM | disk | FTP | other *** search
/ PC Extra 10 / PC Extra 10.iso / win95 / timeezy / TIMEEZY.EXE / 0 / RCDATA / TMAINFORM / TMAINFORM.txt < prev   
Text File  |  1997-09-09  |  21KB  |  867 lines

  1. object MainForm: TMainForm
  2.   Left = 118
  3.   Top = 84
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'TimeEzy'
  7.   ClientHeight = 351
  8.   ClientWidth = 628
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   KeyPreview = True
  15.   Menu = MainMenu
  16.   PopupMenu = MapPopupMenu
  17.   Position = poScreenCenter
  18.   OnCloseQuery = FormCloseQuery
  19.   OnCreate = FormCreate
  20.   OnDestroy = FormDestroy
  21.   OnKeyDown = FormKeyDown
  22.   OnShow = FormShow
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object MapPanel: TPanel
  26.     Left = 0
  27.     Top = 0
  28.     Width = 445
  29.     Height = 351
  30.     Align = alLeft
  31.     BevelWidth = 2
  32.     BorderWidth = 2
  33.     TabOrder = 0
  34.     OnEnter = MapPanelEnter
  35.     object MapPaintBox: TPaintBox
  36.       Left = 4
  37.       Top = 56
  38.       Width = 437
  39.       Height = 291
  40.       Hint = 
  41.         'Click to lock/unlock. Right click to add, edit or delete cities.' +
  42.         ' '
  43.       Align = alBottom
  44.       OnClick = MapPaintBoxClick
  45.       OnMouseMove = MapPaintBoxMouseMove
  46.       OnPaint = MapPaintBoxPaint
  47.     end
  48.     object InfoPanel: TPanel
  49.       Left = 4
  50.       Top = 4
  51.       Width = 437
  52.       Height = 51
  53.       Align = alTop
  54.       Alignment = taLeftJustify
  55.       Font.Color = clInactiveCaption
  56.       Font.Height = -28
  57.       Font.Name = 'Arial'
  58.       Font.Style = [fsBold, fsItalic]
  59.       ParentFont = False
  60.       TabOrder = 0
  61.       OnMouseMove = PanelMouseMove
  62.       object LocationLabel: TLabel
  63.         Left = 4
  64.         Top = 2
  65.         Width = 28
  66.         Height = 17
  67.         Hint = 'Select by moving cursor over map, or using arrow keys.'
  68.         Caption = 'City'
  69.         Font.Color = clWindowText
  70.         Font.Height = -15
  71.         Font.Name = 'Arial'
  72.         Font.Style = [fsBold, fsItalic]
  73.         ParentFont = False
  74.         OnMouseMove = PanelMouseMove
  75.       end
  76.       object SearchLabel: TLabel
  77.         Left = 4
  78.         Top = 26
  79.         Width = 49
  80.         Height = 17
  81.         Caption = '&Search'
  82.         Font.Color = clWindowText
  83.         Font.Height = -15
  84.         Font.Name = 'Arial'
  85.         Font.Style = [fsBold, fsItalic]
  86.         ParentFont = False
  87.         OnMouseMove = PanelMouseMove
  88.       end
  89.       object DayLabel: TLabel
  90.         Left = 245
  91.         Top = 24
  92.         Width = 27
  93.         Height = 17
  94.         Caption = 'Day'
  95.         Font.Color = clWindowText
  96.         Font.Height = -15
  97.         Font.Name = 'Arial'
  98.         Font.Style = [fsBold, fsItalic]
  99.         ParentFont = False
  100.         OnMouseMove = PanelMouseMove
  101.       end
  102.       object MonthLabel: TLabel
  103.         Left = 328
  104.         Top = 24
  105.         Width = 45
  106.         Height = 17
  107.         Caption = 'Month'
  108.         Font.Color = clWindowText
  109.         Font.Height = -15
  110.         Font.Name = 'Arial'
  111.         Font.Style = [fsBold, fsItalic]
  112.         ParentFont = False
  113.         OnMouseMove = PanelMouseMove
  114.       end
  115.       object LocationValLabel: TLabel
  116.         Left = 40
  117.         Top = 3
  118.         Width = 381
  119.         Height = 16
  120.         AutoSize = False
  121.         Caption = 'xxx'
  122.         Font.Color = clInfoText
  123.         Font.Height = -12
  124.         Font.Name = 'Arial'
  125.         Font.Style = []
  126.         ParentFont = False
  127.         OnMouseMove = PanelMouseMove
  128.       end
  129.       object SearchEdit: TEdit
  130.         Left = 56
  131.         Top = 22
  132.         Width = 125
  133.         Height = 25
  134.         Hint = 'Type some characters, to search all city info. <Ctrl> S'
  135.         Color = clInfoBk
  136.         Font.Color = clInfoText
  137.         Font.Height = -15
  138.         Font.Name = 'Arial'
  139.         Font.Style = []
  140.         ParentFont = False
  141.         TabOrder = 0
  142.         Text = 'xxx'
  143.         OnChange = SearchEditChange
  144.         OnMouseMove = EditMouseMove
  145.       end
  146.       object DayEdit: TEdit
  147.         Left = 276
  148.         Top = 20
  149.         Width = 29
  150.         Height = 26
  151.         Hint = 'Time diff. can change according to date, due to Daylight Saving'
  152.         AutoSize = False
  153.         Color = clInfoBk
  154.         Font.Color = clInfoText
  155.         Font.Height = -16
  156.         Font.Name = 'Courier New'
  157.         Font.Style = []
  158.         MaxLength = 2
  159.         ParentFont = False
  160.         TabOrder = 2
  161.         Text = '1'
  162.         OnChange = DateEditChange
  163.         OnKeyPress = EditKeyPress
  164.         OnKeyUp = EditKeyUp
  165.         OnMouseMove = EditMouseMove
  166.       end
  167.       object MonthEdit: TEdit
  168.         Left = 376
  169.         Top = 20
  170.         Width = 37
  171.         Height = 26
  172.         Hint = 'Time diff. can change according to date, due to Daylight Saving'
  173.         Color = clInfoBk
  174.         Font.Color = clInfoText
  175.         Font.Height = -16
  176.         Font.Name = 'Courier New'
  177.         Font.Style = []
  178.         MaxLength = 3
  179.         ParentFont = False
  180.         TabOrder = 3
  181.         Text = '1'
  182.         OnChange = DateEditChange
  183.         OnKeyPress = MonthEditKeyPress
  184.         OnKeyUp = EditKeyUp
  185.         OnMouseMove = EditMouseMove
  186.       end
  187.       object SearchButton: TButton
  188.         Left = 184
  189.         Top = 22
  190.         Width = 49
  191.         Height = 23
  192.         Hint = 'Search for next occurrence. <Ctrl> N'
  193.         Caption = '&Next'
  194.         Enabled = False
  195.         Font.Color = clInactiveCaption
  196.         Font.Height = -15
  197.         Font.Name = 'Arial'
  198.         Font.Style = [fsBold, fsItalic]
  199.         ParentFont = False
  200.         TabOrder = 1
  201.         TabStop = False
  202.         OnClick = SearchButtonClick
  203.         OnMouseDown = ButtonMouseDown
  204.         OnMouseMove = PanelMouseMove
  205.         OnMouseUp = ButtonMouseUp
  206.       end
  207.       object DayUpDown: TUpDown
  208.         Left = 305
  209.         Top = 20
  210.         Width = 13
  211.         Height = 26
  212.         Hint = 'Hold down, to change quickly'
  213.         ArrowKeys = False
  214.         Min = 1
  215.         Max = 31
  216.         Position = 31
  217.         TabOrder = 4
  218.         Wrap = False
  219.         OnClick = DateUpDownClick
  220.         OnMouseDown = ButtonMouseDown
  221.         OnMouseMove = PanelMouseMove
  222.         OnMouseUp = ButtonMouseUp
  223.       end
  224.       object MonthUpDown: TUpDown
  225.         Left = 413
  226.         Top = 20
  227.         Width = 13
  228.         Height = 26
  229.         Hint = 'Hold down, to change quickly'
  230.         ArrowKeys = False
  231.         Min = 1
  232.         Max = 12
  233.         Position = 12
  234.         TabOrder = 5
  235.         Wrap = False
  236.         OnClick = DateUpDownClick
  237.         OnMouseDown = ButtonMouseDown
  238.         OnMouseMove = PanelMouseMove
  239.         OnMouseUp = ButtonMouseUp
  240.       end
  241.     end
  242.     object CloseBitBtn: TBitBtn
  243.       Left = 8
  244.       Top = 316
  245.       Width = 65
  246.       Height = 27
  247.       Hint = 'Close down TimeEzy. <Ctrl> C'
  248.       TabOrder = 1
  249.       TabStop = False
  250.       OnClick = CloseBitBtnClick
  251.       Kind = bkClose
  252.     end
  253.   end
  254.   object HereClockPanel: TPanel
  255.     Left = 444
  256.     Top = 0
  257.     Width = 181
  258.     Height = 175
  259.     BevelWidth = 6
  260.     TabOrder = 1
  261.     OnEnter = ClockPanelEnter
  262.     OnMouseMove = PanelMouseMove
  263.     object HereBevel: TBevel
  264.       Left = 12
  265.       Top = 46
  266.       Width = 157
  267.       Height = 99
  268.     end
  269.     object HereLabel: TLabel
  270.       Left = 8
  271.       Top = 14
  272.       Width = 165
  273.       Height = 27
  274.       Hint = 'Time at your '#39'home base'#39' city. <Ctrl> H'
  275.       Alignment = taCenter
  276.       AutoSize = False
  277.       Caption = '------ &Here -------'
  278.       Font.Color = clInactiveCaption
  279.       Font.Height = -21
  280.       Font.Name = 'Arial'
  281.       Font.Style = [fsBold, fsItalic]
  282.       ParentFont = False
  283.       OnMouseMove = PanelMouseMove
  284.     end
  285.     object HereDaySavLabel: TLabel
  286.       Left = 12
  287.       Top = 150
  288.       Width = 155
  289.       Height = 17
  290.       Caption = '* Daylight Savings Time'
  291.       Font.Color = clMaroon
  292.       Font.Height = -15
  293.       Font.Name = 'Arial'
  294.       Font.Style = []
  295.       ParentFont = False
  296.       Visible = False
  297.       OnMouseMove = PanelMouseMove
  298.     end
  299.     object HereDOWLabel: TLabel
  300.       Left = 16
  301.       Top = 125
  302.       Width = 37
  303.       Height = 17
  304.       Caption = 'Today'
  305.       Font.Color = clInfoText
  306.       Font.Height = -15
  307.       Font.Name = 'Times New Roman'
  308.       Font.Style = []
  309.       ParentFont = False
  310.       OnMouseMove = PanelMouseMove
  311.     end
  312.     object HereHrsUpDown: TUpDown
  313.       Left = 45
  314.       Top = 97
  315.       Width = 18
  316.       Height = 26
  317.       Hint = 'Hold down, to change quickly'
  318.       ArrowKeys = False
  319.       Min = 1
  320.       Max = 12
  321.       Position = 1
  322.       TabOrder = 9
  323.       Wrap = False
  324.       OnClick = UpDownClick
  325.       OnMouseDown = ButtonMouseDown
  326.       OnMouseMove = PanelMouseMove
  327.       OnMouseUp = ButtonMouseUp
  328.     end
  329.     object HereButton2: TButton
  330.       Tag = 900
  331.       Left = 17
  332.       Top = 52
  333.       Width = 46
  334.       Height = 20
  335.       Hint = 'Click me to set Here clock'
  336.       Caption = '9am'
  337.       Font.Color = clBlue
  338.       Font.Height = -13
  339.       Font.Name = 'Times New Roman'
  340.       Font.Style = []
  341.       ParentFont = False
  342.       TabOrder = 4
  343.       TabStop = False
  344.       OnClick = HereButtonClick
  345.       OnMouseDown = ButtonMouseDown
  346.       OnMouseMove = PanelMouseMove
  347.       OnMouseUp = ButtonMouseUp
  348.     end
  349.     object HereButton1: TButton
  350.       Tag = 600
  351.       Left = 17
  352.       Top = 74
  353.       Width = 46
  354.       Height = 20
  355.       Hint = 'Click me to set Here clock'
  356.       Caption = '6am'
  357.       Font.Color = clBlue
  358.       Font.Height = -13
  359.       Font.Name = 'Times New Roman'
  360.       Font.Style = []
  361.       ParentFont = False
  362.       TabOrder = 6
  363.       TabStop = False
  364.       OnClick = HereButtonClick
  365.       OnMouseDown = ButtonMouseDown
  366.       OnMouseMove = PanelMouseMove
  367.       OnMouseUp = ButtonMouseUp
  368.     end
  369.     object HereButton3: TButton
  370.       Tag = 1200
  371.       Left = 67
  372.       Top = 52
  373.       Width = 46
  374.       Height = 20
  375.       Hint = 'Click me to set Here clock'
  376.       Caption = '12pm'
  377.       Font.Color = clBlue
  378.       Font.Height = -13
  379.       Font.Name = 'Times New Roman'
  380.       Font.Style = []
  381.       ParentFont = False
  382.       TabOrder = 3
  383.       TabStop = False
  384.       OnClick = HereButtonClick
  385.       OnMouseDown = ButtonMouseDown
  386.       OnMouseMove = PanelMouseMove
  387.       OnMouseUp = ButtonMouseUp
  388.     end
  389.     object HereButton5: TButton
  390.       Tag = 1800
  391.       Left = 117
  392.       Top = 74
  393.       Width = 46
  394.       Height = 20
  395.       Hint = 'Click me to set Here clock'
  396.       Caption = '6pm'
  397.       Font.Color = clBlue
  398.       Font.Height = -13
  399.       Font.Name = 'Times New Roman'
  400.       Font.Style = []
  401.       ParentFont = False
  402.       TabOrder = 8
  403.       TabStop = False
  404.       OnClick = HereButtonClick
  405.       OnMouseDown = ButtonMouseDown
  406.       OnMouseMove = PanelMouseMove
  407.       OnMouseUp = ButtonMouseUp
  408.     end
  409.     object HereButton4: TButton
  410.       Tag = 1500
  411.       Left = 117
  412.       Top = 52
  413.       Width = 46
  414.       Height = 20
  415.       Hint = 'Click me to set Here clock'
  416.       Caption = '3pm'
  417.       Font.Color = clBlue
  418.       Font.Height = -13
  419.       Font.Name = 'Times New Roman'
  420.       Font.Style = []
  421.       ParentFont = False
  422.       TabOrder = 5
  423.       TabStop = False
  424.       OnClick = HereButtonClick
  425.       OnMouseDown = ButtonMouseDown
  426.       OnMouseMove = PanelMouseMove
  427.       OnMouseUp = ButtonMouseUp
  428.     end
  429.     object HereButton0: TButton
  430.       Tag = -1
  431.       Left = 67
  432.       Top = 74
  433.       Width = 46
  434.       Height = 20
  435.       Hint = 'Click me to set Here clock'
  436.       Caption = 'Now'
  437.       Font.Color = clBlue
  438.       Font.Height = -13
  439.       Font.Name = 'Times New Roman'
  440.       Font.Style = []
  441.       ParentFont = False
  442.       TabOrder = 7
  443.       TabStop = False
  444.       OnClick = HereButtonClick
  445.       OnMouseDown = ButtonMouseDown
  446.       OnMouseMove = PanelMouseMove
  447.       OnMouseUp = ButtonMouseUp
  448.     end
  449.     object HereHrsEdit: TEdit
  450.       Left = 16
  451.       Top = 96
  452.       Width = 31
  453.       Height = 29
  454.       Hint = 'Hours'
  455.       AutoSize = False
  456.       Color = clInfoBk
  457.       Font.Color = clInfoText
  458.       Font.Height = -24
  459.       Font.Name = 'Times New Roman'
  460.       Font.Style = []
  461.       MaxLength = 2
  462.       ParentFont = False
  463.       TabOrder = 0
  464.       Text = '24'
  465.       OnChange = EditChange
  466.       OnKeyPress = EditKeyPress
  467.       OnKeyUp = EditKeyUp
  468.       OnMouseMove = EditMouseMove
  469.     end
  470.     object HereMinsEdit: TEdit
  471.       Left = 66
  472.       Top = 96
  473.       Width = 31
  474.       Height = 29
  475.       Hint = 'Minutes'
  476.       AutoSize = False
  477.       Color = clInfoBk
  478.       Font.Color = clInfoText
  479.       Font.Height = -23
  480.       Font.Name = 'Times New Roman'
  481.       Font.Style = []
  482.       MaxLength = 2
  483.       ParentFont = False
  484.       TabOrder = 1
  485.       Text = '15'
  486.       OnChange = EditChange
  487.       OnKeyPress = EditKeyPress
  488.       OnKeyUp = EditKeyUp
  489.       OnMouseMove = EditMouseMove
  490.     end
  491.     object HereAMPMButton: TButton
  492.       Left = 117
  493.       Top = 96
  494.       Width = 46
  495.       Height = 28
  496.       Hint = 'Click to change. <Ctrl> M'
  497.       Caption = 'a&m'
  498.       Font.Color = clWindowText
  499.       Font.Height = -17
  500.       Font.Name = 'Times New Roman'
  501.       Font.Style = []
  502.       ParentFont = False
  503.       TabOrder = 2
  504.       TabStop = False
  505.       OnClick = AMPMButtonClick
  506.       OnMouseDown = ButtonMouseDown
  507.       OnMouseMove = PanelMouseMove
  508.       OnMouseUp = ButtonMouseUp
  509.     end
  510.     object HereMinsUpDown: TUpDown
  511.       Left = 95
  512.       Top = 97
  513.       Width = 18
  514.       Height = 26
  515.       Hint = 'Hold down, to change quickly'
  516.       ArrowKeys = False
  517.       Min = 0
  518.       Max = 59
  519.       Position = 0
  520.       TabOrder = 10
  521.       Wrap = False
  522.       OnClick = UpDownClick
  523.       OnMouseDown = ButtonMouseDown
  524.       OnMouseMove = PanelMouseMove
  525.       OnMouseUp = ButtonMouseUp
  526.     end
  527.   end
  528.   object ThereClockPanel: TPanel
  529.     Left = 444
  530.     Top = 176
  531.     Width = 181
  532.     Height = 175
  533.     BevelWidth = 6
  534.     TabOrder = 2
  535.     OnEnter = ClockPanelEnter
  536.     OnMouseMove = PanelMouseMove
  537.     object ThereBevel: TBevel
  538.       Left = 12
  539.       Top = 46
  540.       Width = 157
  541.       Height = 99
  542.     end
  543.     object ThereLabel: TLabel
  544.       Left = 8
  545.       Top = 14
  546.       Width = 165
  547.       Height = 27
  548.       Hint = 'Time at another city. <Ctrl> T'
  549.       Alignment = taCenter
  550.       AutoSize = False
  551.       Caption = '----- &There -------'
  552.       Font.Color = clInactiveCaption
  553.       Font.Height = -21
  554.       Font.Name = 'Arial'
  555.       Font.Style = [fsBold, fsItalic]
  556.       ParentFont = False
  557.       OnMouseMove = PanelMouseMove
  558.     end
  559.     object ThereDaySavLabel: TLabel
  560.       Left = 12
  561.       Top = 150
  562.       Width = 155
  563.       Height = 17
  564.       Caption = '* Daylight Savings Time'
  565.       Font.Color = clMaroon
  566.       Font.Height = -15
  567.       Font.Name = 'Arial'
  568.       Font.Style = []
  569.       ParentFont = False
  570.       Visible = False
  571.       OnMouseMove = PanelMouseMove
  572.     end
  573.     object ThereDOWLabel: TLabel
  574.       Left = 16
  575.       Top = 125
  576.       Width = 37
  577.       Height = 17
  578.       Caption = 'Today'
  579.       Color = clBtnFace
  580.       Font.Color = clInfoText
  581.       Font.Height = -15
  582.       Font.Name = 'Times New Roman'
  583.       Font.Style = []
  584.       ParentColor = False
  585.       ParentFont = False
  586.       OnMouseMove = PanelMouseMove
  587.     end
  588.     object ThereHrsUpDown: TUpDown
  589.       Left = 45
  590.       Top = 97
  591.       Width = 18
  592.       Height = 26
  593.       Hint = 'Hold down, to change quickly'
  594.       ArrowKeys = False
  595.       Min = 1
  596.       Max = 12
  597.       Position = 1
  598.       TabOrder = 9
  599.       Wrap = False
  600.       OnClick = UpDownClick
  601.       OnMouseDown = ButtonMouseDown
  602.       OnMouseMove = PanelMouseMove
  603.       OnMouseUp = ButtonMouseUp
  604.     end
  605.     object ThereButton2: TButton
  606.       Tag = 900
  607.       Left = 17
  608.       Top = 52
  609.       Width = 46
  610.       Height = 20
  611.       Hint = 'Click me to set There clock'
  612.       Caption = '9am'
  613.       Font.Color = clBlue
  614.       Font.Height = -13
  615.       Font.Name = 'Times New Roman'
  616.       Font.Style = []
  617.       ParentFont = False
  618.       TabOrder = 4
  619.       TabStop = False
  620.       OnClick = ThereButtonClick
  621.       OnMouseDown = ButtonMouseDown
  622.       OnMouseMove = PanelMouseMove
  623.       OnMouseUp = ButtonMouseUp
  624.     end
  625.     object ThereButton1: TButton
  626.       Tag = 600
  627.       Left = 17
  628.       Top = 74
  629.       Width = 46
  630.       Height = 20
  631.       Hint = 'Click me to set There clock'
  632.       Caption = '6am'
  633.       Font.Color = clBlue
  634.       Font.Height = -13
  635.       Font.Name = 'Times New Roman'
  636.       Font.Style = []
  637.       ParentFont = False
  638.       TabOrder = 6
  639.       TabStop = False
  640.       OnClick = ThereButtonClick
  641.       OnMouseDown = ButtonMouseDown
  642.       OnMouseMove = PanelMouseMove
  643.       OnMouseUp = ButtonMouseUp
  644.     end
  645.     object ThereButton3: TButton
  646.       Tag = 1200
  647.       Left = 67
  648.       Top = 52
  649.       Width = 46
  650.       Height = 20
  651.       Hint = 'Click me to set There clock'
  652.       Caption = '12pm'
  653.       Font.Color = clBlue
  654.       Font.Height = -13
  655.       Font.Name = 'Times New Roman'
  656.       Font.Style = []
  657.       ParentFont = False
  658.       TabOrder = 3
  659.       TabStop = False
  660.       OnClick = ThereButtonClick
  661.       OnMouseDown = ButtonMouseDown
  662.       OnMouseMove = PanelMouseMove
  663.       OnMouseUp = ButtonMouseUp
  664.     end
  665.     object ThereButton5: TButton
  666.       Tag = 1800
  667.       Left = 117
  668.       Top = 74
  669.       Width = 46
  670.       Height = 20
  671.       Hint = 'Click me to set There clock'
  672.       Caption = '6pm'
  673.       Font.Color = clBlue
  674.       Font.Height = -13
  675.       Font.Name = 'Times New Roman'
  676.       Font.Style = []
  677.       ParentFont = False
  678.       TabOrder = 8
  679.       TabStop = False
  680.       OnClick = ThereButtonClick
  681.       OnMouseDown = ButtonMouseDown
  682.       OnMouseMove = PanelMouseMove
  683.       OnMouseUp = ButtonMouseUp
  684.     end
  685.     object ThereButton4: TButton
  686.       Tag = 1500
  687.       Left = 117
  688.       Top = 52
  689.       Width = 46
  690.       Height = 20
  691.       Hint = 'Click me to set There clock'
  692.       Caption = '3pm'
  693.       Font.Color = clBlue
  694.       Font.Height = -13
  695.       Font.Name = 'Times New Roman'
  696.       Font.Style = []
  697.       ParentFont = False
  698.       TabOrder = 5
  699.       TabStop = False
  700.       OnClick = ThereButtonClick
  701.       OnMouseDown = ButtonMouseDown
  702.       OnMouseMove = PanelMouseMove
  703.       OnMouseUp = ButtonMouseUp
  704.     end
  705.     object ThereButton0: TButton
  706.       Tag = -1
  707.       Left = 67
  708.       Top = 74
  709.       Width = 46
  710.       Height = 20
  711.       Hint = 'Click me to set There clock'
  712.       Caption = 'Now'
  713.       Font.Color = clBlue
  714.       Font.Height = -13
  715.       Font.Name = 'Times New Roman'
  716.       Font.Style = []
  717.       ParentFont = False
  718.       TabOrder = 7
  719.       TabStop = False
  720.       OnClick = ThereButtonClick
  721.       OnMouseDown = ButtonMouseDown
  722.       OnMouseMove = PanelMouseMove
  723.       OnMouseUp = ButtonMouseUp
  724.     end
  725.     object ThereHrsEdit: TEdit
  726.       Left = 16
  727.       Top = 96
  728.       Width = 31
  729.       Height = 29
  730.       Hint = 'Hours'
  731.       AutoSize = False
  732.       Color = clInfoBk
  733.       Font.Color = clInfoText
  734.       Font.Height = -24
  735.       Font.Name = 'Times New Roman'
  736.       Font.Style = []
  737.       MaxLength = 2
  738.       ParentFont = False
  739.       TabOrder = 0
  740.       Text = '24'
  741.       OnChange = EditChange
  742.       OnKeyPress = EditKeyPress
  743.       OnKeyUp = EditKeyUp
  744.       OnMouseMove = EditMouseMove
  745.     end
  746.     object ThereMinsEdit: TEdit
  747.       Left = 66
  748.       Top = 96
  749.       Width = 31
  750.       Height = 29
  751.       Hint = 'Minutes'
  752.       AutoSize = False
  753.       Color = clInfoBk
  754.       Font.Color = clInfoText
  755.       Font.Height = -23
  756.       Font.Name = 'Times New Roman'
  757.       Font.Style = []
  758.       MaxLength = 2
  759.       ParentFont = False
  760.       TabOrder = 1
  761.       Text = '15'
  762.       OnChange = EditChange
  763.       OnKeyPress = EditKeyPress
  764.       OnKeyUp = EditKeyUp
  765.       OnMouseMove = EditMouseMove
  766.     end
  767.     object ThereAMPMButton: TButton
  768.       Left = 117
  769.       Top = 96
  770.       Width = 46
  771.       Height = 28
  772.       Hint = 'Click to change. <Ctrl> M'
  773.       Caption = 'a&m'
  774.       Font.Color = clWindowText
  775.       Font.Height = -17
  776.       Font.Name = 'Times New Roman'
  777.       Font.Style = []
  778.       ParentFont = False
  779.       TabOrder = 2
  780.       TabStop = False
  781.       OnClick = AMPMButtonClick
  782.       OnMouseDown = ButtonMouseDown
  783.       OnMouseMove = PanelMouseMove
  784.       OnMouseUp = ButtonMouseUp
  785.     end
  786.     object ThereMinsUpDown: TUpDown
  787.       Left = 95
  788.       Top = 97
  789.       Width = 18
  790.       Height = 26
  791.       Hint = 'Hold down, to change quickly'
  792.       ArrowKeys = False
  793.       Min = 0
  794.       Max = 59
  795.       Position = 0
  796.       TabOrder = 10
  797.       Wrap = False
  798.       OnClick = UpDownClick
  799.       OnMouseDown = ButtonMouseDown
  800.       OnMouseMove = PanelMouseMove
  801.       OnMouseUp = ButtonMouseUp
  802.     end
  803.   end
  804.   object MainMenu: TMainMenu
  805.     Left = 8
  806.     Top = 272
  807.     object OptionsMenu: TMenuItem
  808.       Caption = '&Options'
  809.       ShortCut = 0
  810.       object HintsItm: TMenuItem
  811.         Caption = '&Hints'
  812.         ShortCut = 0
  813.         OnClick = HintsItmClick
  814.       end
  815.     end
  816.     object HelpMenu: TMenuItem
  817.       Caption = '&Help'
  818.       ShortCut = 0
  819.       object IndexItm: TMenuItem
  820.         Caption = '&Index'
  821.         ShortCut = 0
  822.         OnClick = IndexItmClick
  823.       end
  824.       object AboutItm: TMenuItem
  825.         Caption = '&About'
  826.         ShortCut = 0
  827.         OnClick = AboutItmClick
  828.       end
  829.     end
  830.     object OrderItm: TMenuItem
  831.       Caption = 'O&rder'
  832.       ShortCut = 0
  833.       Visible = False
  834.       OnClick = OrderItmClick
  835.     end
  836.   end
  837.   object MapPopupMenu: TPopupMenu
  838.     Left = 40
  839.     Top = 272
  840.     object AddCityItm: TMenuItem
  841.       Caption = '&Add City'
  842.       ShortCut = 16449
  843.       OnClick = AddCityItmClick
  844.     end
  845.     object EditCityItm: TMenuItem
  846.       Caption = '&Edit City'
  847.       ShortCut = 16453
  848.       OnClick = EditCityItmClick
  849.     end
  850.     object DeleteCityItm: TMenuItem
  851.       Caption = '&Delete City'
  852.       ShortCut = 16452
  853.       OnClick = DeleteCityItmClick
  854.     end
  855.     object HomeCityItm: TMenuItem
  856.       Caption = 'Home &Base'
  857.       ShortCut = 16450
  858.       OnClick = HomeCityItmClick
  859.     end
  860.   end
  861.   object ClockTimer: TTimer
  862.     OnTimer = ClockTimerTimer
  863.     Left = 76
  864.     Top = 272
  865.   end
  866. end
  867.